home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / databa_o.dxr / 00021_Index Loop.ls < prev    next >
Encoding:
Text File  |  1996-09-21  |  201 b   |  18 lines

  1. on exitFrame
  2.   cursor(-1)
  3.   go(the frame)
  4. end
  5.  
  6. on enterFrame
  7.   BSetup(8, 9)
  8.   BSetup(37, 37)
  9. end
  10.  
  11. on idle
  12.   global ButtonsActive
  13.   if ButtonsActive = 1 then
  14.     CheckHilite(8, 9)
  15.   end if
  16.   pass()
  17. end
  18.